home *** CD-ROM | disk | FTP | other *** search
/ Christina Milan AM to PM / Christina Milan - AM to PM.iso / contents.cst / 00035_Script_PLAY 7 < prev    next >
Text File  |  2001-08-09  |  195b  |  17 lines

  1.  
  2. on mouseWithin me
  3.   set the member of sprite 7 to member "STA2"
  4.   
  5. end
  6.  
  7. on mouseLeave me
  8.   set the member of sprite 7 to member "STA1"
  9.   
  10. end
  11.  
  12.  
  13. on mouseUp me
  14.   go to "play"
  15.  
  16. end
  17.